home *** CD-ROM | disk | FTP | other *** search
/ SGI Freeware 1999 August / SGI Freeware 1999 August.iso / dist / fw_xemacs.idb / usr / freeware / lib / xemacs-20.4 / lisp / custom / auto-autoloads.el.z / auto-autoloads.el
Encoding:
Text File  |  1998-05-21  |  7.8 KB  |  198 lines

  1. ;;; DO NOT MODIFY THIS FILE
  2. (if (featurep 'custom-autoloads) (error "Already loaded"))
  3.  
  4. ;;;### (autoloads (Custom-make-dependencies) "cus-dep" "custom/cus-dep.el")
  5.  
  6. (autoload 'Custom-make-dependencies "cus-dep" "\
  7. Extract custom dependencies from .el files in SUBDIRS.
  8. SUBDIRS is a list of directories.  If it is nil, the command-line
  9. arguments are used.  If it is a string, only that directory is
  10. processed.  This function is especially useful in batch mode.
  11.  
  12. Batch usage: xemacs -batch -l cus-dep.el -f Custom-make-dependencies DIRS" t nil)
  13.  
  14. ;;;***
  15.  
  16. ;;;### (autoloads (customize-menu-create custom-menu-create custom-save-all customize-save-customized customize-browse custom-buffer-create-other-window custom-buffer-create customize-apropos-groups customize-apropos-faces customize-apropos-options customize-apropos customize-saved customize-customized customize-face-other-window customize-face customize-option-other-window customize-variable customize-other-window customize customize-save-variable customize-set-variable customize-set-value) "cus-edit" "custom/cus-edit.el")
  17.  
  18. (autoload 'customize-set-value "cus-edit" "\
  19. Set VARIABLE to VALUE.  VALUE is a Lisp object.
  20.  
  21. If VARIABLE has a `variable-interactive' property, that is used as if
  22. it were the arg to `interactive' (which see) to interactively read the value.
  23.  
  24. If VARIABLE has a `custom-type' property, it must be a widget and the
  25. `:prompt-value' property of that widget will be used for reading the value." t nil)
  26.  
  27. (autoload 'customize-set-variable "cus-edit" "\
  28. Set the default for VARIABLE to VALUE.  VALUE is a Lisp object.
  29.  
  30. If VARIABLE has a `custom-set' property, that is used for setting
  31. VARIABLE, otherwise `set-default' is used.
  32.  
  33. The `customized-value' property of the VARIABLE will be set to a list
  34. with a quoted VALUE as its sole list member.
  35.  
  36. If VARIABLE has a `variable-interactive' property, that is used as if
  37. it were the arg to `interactive' (which see) to interactively read the value.
  38.  
  39. If VARIABLE has a `custom-type' property, it must be a widget and the
  40. `:prompt-value' property of that widget will be used for reading the value. " t nil)
  41.  
  42. (autoload 'customize-save-variable "cus-edit" "\
  43. Set the default for VARIABLE to VALUE, and save it for future sessions.
  44. If VARIABLE has a `custom-set' property, that is used for setting
  45. VARIABLE, otherwise `set-default' is used.
  46.  
  47. The `customized-value' property of the VARIABLE will be set to a list
  48. with a quoted VALUE as its sole list member.
  49.  
  50. If VARIABLE has a `variable-interactive' property, that is used as if
  51. it were the arg to `interactive' (which see) to interactively read the value.
  52.  
  53. If VARIABLE has a `custom-type' property, it must be a widget and the
  54. `:prompt-value' property of that widget will be used for reading the value. " t nil)
  55.  
  56. (autoload 'customize "cus-edit" "\
  57. Select a customization buffer which you can use to set user options.
  58. User options are structured into \"groups\".
  59. The default group is `Emacs'." t nil)
  60.  
  61. (defalias 'customize-group 'customize)
  62.  
  63. (autoload 'customize-other-window "cus-edit" "\
  64. Customize SYMBOL, which must be a customization group." t nil)
  65.  
  66. (defalias 'customize-group-other-window 'customize-other-window)
  67.  
  68. (defalias 'customize-option 'customize-variable)
  69.  
  70. (autoload 'customize-variable "cus-edit" "\
  71. Customize SYMBOL, which must be a user option variable." t nil)
  72.  
  73. (defalias 'customize-variable-other-window 'customize-option-other-window)
  74.  
  75. (autoload 'customize-option-other-window "cus-edit" "\
  76. Customize SYMBOL, which must be a user option variable.
  77. Show the buffer in another window, but don't select it." t nil)
  78.  
  79. (autoload 'customize-face "cus-edit" "\
  80. Customize SYMBOL, which should be a face name or nil.
  81. If SYMBOL is nil, customize all faces." t nil)
  82.  
  83. (autoload 'customize-face-other-window "cus-edit" "\
  84. Show customization buffer for FACE in other window." t nil)
  85.  
  86. (autoload 'customize-customized "cus-edit" "\
  87. Customize all user options set since the last save in this session." t nil)
  88.  
  89. (autoload 'customize-saved "cus-edit" "\
  90. Customize all already saved user options." t nil)
  91.  
  92. (autoload 'customize-apropos "cus-edit" "\
  93. Customize all user options matching REGEXP.
  94. If ALL is `options', include only options.
  95. If ALL is `faces', include only faces.
  96. If ALL is `groups', include only groups.
  97. If ALL is t (interactively, with prefix arg), include options which are not
  98. user-settable, as well as faces and groups." t nil)
  99.  
  100. (autoload 'customize-apropos-options "cus-edit" "\
  101. Customize all user options matching REGEXP.
  102. With prefix arg, include options which are not user-settable." t nil)
  103.  
  104. (autoload 'customize-apropos-faces "cus-edit" "\
  105. Customize all user faces matching REGEXP." t nil)
  106.  
  107. (autoload 'customize-apropos-groups "cus-edit" "\
  108. Customize all user groups matching REGEXP." t nil)
  109.  
  110. (autoload 'custom-buffer-create "cus-edit" "\
  111. Create a buffer containing OPTIONS.
  112. Optional NAME is the name of the buffer.
  113. OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where
  114. SYMBOL is a customization option, and WIDGET is a widget for editing
  115. that option." nil nil)
  116.  
  117. (autoload 'custom-buffer-create-other-window "cus-edit" "\
  118. Create a buffer containing OPTIONS.
  119. Optional NAME is the name of the buffer.
  120. OPTIONS should be an alist of the form ((SYMBOL WIDGET)...), where
  121. SYMBOL is a customization option, and WIDGET is a widget for editing
  122. that option." nil nil)
  123.  
  124. (autoload 'customize-browse "cus-edit" "\
  125. Create a tree browser for the customize hierarchy." t nil)
  126.  
  127. (defcustom custom-file "~/.emacs" "File used for storing customization information.\nIf you change this from the default \"~/.emacs\" you need to\nexplicitly load that file for the settings to take effect." :type 'file :group 'customize)
  128.  
  129. (autoload 'customize-save-customized "cus-edit" "\
  130. Save all user options which have been set in this session." t nil)
  131.  
  132. (autoload 'custom-save-all "cus-edit" "\
  133. Save all customizations in `custom-file'." nil nil)
  134.  
  135. (autoload 'custom-menu-create "cus-edit" "\
  136. Create menu for customization group SYMBOL.
  137. The menu is in a format applicable to `easy-menu-define'." nil nil)
  138.  
  139. (autoload 'customize-menu-create "cus-edit" "\
  140. Return a customize menu for customization group SYMBOL.
  141. If optional NAME is given, use that as the name of the menu.
  142. Otherwise the menu will be named `Customize'.
  143. The format is suitable for use with `easy-menu-define'." nil nil)
  144.  
  145. ;;;***
  146.  
  147. ;;;### (autoloads (custom-set-faces custom-declare-face) "cus-face" "custom/cus-face.el")
  148.  
  149. (autoload 'custom-declare-face "cus-face" "\
  150. Like `defface', but FACE is evaluated as a normal argument." nil nil)
  151.  
  152. (autoload 'custom-set-faces "cus-face" "\
  153. Initialize faces according to user preferences.
  154. The arguments should be a list where each entry has the form:
  155.  
  156.   (FACE SPEC [NOW])
  157.  
  158. SPEC will be stored as the saved value for FACE.  If NOW is present
  159. and non-nil, FACE will also be created according to SPEC.
  160.  
  161. See `defface' for the format of SPEC." nil nil)
  162.  
  163. ;;;***
  164.  
  165. ;;;### (autoloads (widget-minor-mode widget-browse-other-window widget-browse widget-browse-at) "wid-browse" "custom/wid-browse.el")
  166.  
  167. (autoload 'widget-browse-at "wid-browse" "\
  168. Browse the widget under point." t nil)
  169.  
  170. (autoload 'widget-browse "wid-browse" "\
  171. Create a widget browser for WIDGET." t nil)
  172.  
  173. (autoload 'widget-browse-other-window "wid-browse" "\
  174. Show widget browser for WIDGET in other window." t nil)
  175.  
  176. (autoload 'widget-minor-mode "wid-browse" "\
  177. Togle minor mode for traversing widgets.
  178. With arg, turn widget mode on if and only if arg is positive." t nil)
  179.  
  180. ;;;***
  181.  
  182. ;;;### (autoloads (widget-delete widget-create widget-prompt-value) "wid-edit" "custom/wid-edit.el")
  183.  
  184. (autoload 'widget-prompt-value "wid-edit" "\
  185. Prompt for a value matching WIDGET, using PROMPT.
  186. The current value is assumed to be VALUE, unless UNBOUND is non-nil." nil nil)
  187.  
  188. (autoload 'widget-create "wid-edit" "\
  189. Create widget of TYPE.
  190. The optional ARGS are additional keyword arguments." nil nil)
  191.  
  192. (autoload 'widget-delete "wid-edit" "\
  193. Delete WIDGET." nil nil)
  194.  
  195. ;;;***
  196.  
  197. (provide 'custom-autoloads)
  198.